github.com/refraction-networking/utls.lruSessionCache.q (field)

9 uses

	github.com/refraction-networking/utls (current package)
		common.go#L1653: 	q        *list.List
		common.go#L1673: 		q:        list.New(),
		common.go#L1686: 			c.q.Remove(elem)
		common.go#L1691: 			c.q.MoveToFront(elem)
		common.go#L1696: 	if c.q.Len() < c.capacity {
		common.go#L1698: 		c.m[sessionKey] = c.q.PushFront(entry)
		common.go#L1702: 	elem := c.q.Back()
		common.go#L1707: 	c.q.MoveToFront(elem)
		common.go#L1718: 		c.q.MoveToFront(elem)